Introduce gtk_window_get/set_attached_to()
authorAndrea Cimitan <andrea.cimitan@gmail.com>
Thu, 12 Jan 2012 18:29:52 +0000 (13:29 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 12 Jan 2012 19:03:00 +0000 (14:03 -0500)
commit4a18fe7ef27ab4fa86ce6133bd0131c184d5e9be
tree11dfcde9e13e95302470790e1e8bb61d079a93f5
parent133179fd257a7fe06bc5348328dca0a6f8b78a08
Introduce gtk_window_get/set_attached_to()

gtk_window_get/set_attached_to() is a new API that allows for windows to
be attached to a GtkWidget.
The attachment is a logical binding between the toplevel window and the
widget that generated it; this kind of information is currently used to
propagate style information from the widget to the window, but is also
useful e.g. for accessibility.

https://bugzilla.gnome.org/show_bug.cgi?id=666103
docs/reference/gtk/gtk3-sections.txt
gtk/gtk.symbols
gtk/gtkmenu.c
gtk/gtkwidget.c
gtk/gtkwidgetprivate.h
gtk/gtkwindow.c
gtk/gtkwindow.h